CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - block matching motion

搜索资源列表

  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  1. EBMA

    1下载:
  2. 用MATLAB实现基于块匹配算法的运动估计,使用的算法是EBMA,能运行处结果的。-Using MATLAB to achieve block-matching algorithm based on motion estimation, using the algorithm is EBMA, can run office results.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:442357
    • 提供者:zzh
  1. HBMA

    0下载:
  2. This function calculate block motion vectors (with integer pel accuracy), using hierarchical block matching algorithm. %An example of main function calling this function is "MEMBA", which can be entered on the command window. %The function also u
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2655
    • 提供者:冯欣
  1. samples(me)

    0下载:
  2. 运动预测块匹配算法-Block-Matching Motion Estimation Algorithm
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-26
    • 文件大小:7476
    • 提供者:
  1. AFastBlock2matchingMotionEstimationAlgorithm

    0下载:
  2.  为了减小运动估计算法的计算复杂度及提高视频压缩编码的效率,提出了一种新的快速、有效的块匹配运 动估计算法.-In order to reduce the motion estimation algorithm of the computational complexity and improve the efficiency of video compression coding, a new fast and effective block-matching motion estimat
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:586567
    • 提供者:孙翔
  1. BlockMatchingAlgorithmsforMotionEstimation

    0下载:
  2. 】在对目前运动估计快速块匹配算法研究的基础上, 描述了运动估计的基本原理 揭示了提高运动估计效率的关键技术, 并对相关的算法进行了分析和比较 提出了运动估计算法今后的研究方向。-] In the current fast block-matching motion estimation algorithm based on the descr iption of the basic principles of motion estimation revealed to enhance the e
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:67614
    • 提供者:孙翔
  1. MEBMA

    0下载:
  2. MEBMA (Motion Estimation (ME) Block Matching algorithm) compute various complexity and distortion parameters for given movie (.mat format) in either HBMA (multy resolution) or EBMA (full search) Block Matching algorithms The function produce output
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:1486
    • 提供者:冯欣
  1. BlockMatchingAlgorithmForMovementEstimation

    0下载:
  2. 采用块匹配方法对视频进行运动估计,获得运动估计的运动向量。-Using block-matching method of video motion estimation, motion estimation to obtain the motion vectors.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:785138
    • 提供者:farmer
  1. BlockMatchingAlgoMPEG

    0下载:
  2. 基于块匹配的帧间运动估计,对相邻帧间背景运动计算运动矢量 ,使用了多种搜索算法对运动块进行搜索和匹配。-Block Matching Algorithms for Motion Estimation,This MATLAB source code is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 di
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4603588
    • 提供者:付亚峰
  1. BlockMatchingMethodsConsideringSmoothnessofMotionV

    0下载:
  2. 考虑运动向量平滑的块匹配运动估计方法,matlab代码-Consider the motion vector smoothing method of block matching motion estimation, matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3041
    • 提供者:fang
  1. BlockMatchingAlgoMPEG

    0下载:
  2. This paper (and accompanying MATLAB source code) is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Ex
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-23
    • 文件大小:121364
    • 提供者:hbx
  1. 20040224_ME_Programs

    0下载:
  2. Fast Block Matching Motion Estimation Algorithms Source Code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:14737
    • 提供者:nhiepfong
  1. VLSL-Design-of-High-Performance-Full-search-Block-

    0下载:
  2. 给出了一种用于H.264变换尺寸全搜索快匹配算法的运动估计电路的改进结构,并完成了VLSI设计。通过脉动阵列和全流水线的设计,达到最高的数据重用率、最小的I/O引脚和100 的硬件计算效率。-An improved architecture for H.264 full-pel motion estimation using variable block size full-search block-matching algorithm is proposed in this paper. To
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:512651
    • 提供者:
  1. BlockMatchingAlgoMPEG

    0下载:
  2. This paper is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Exhaustive Search to the recent
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:252563
    • 提供者:vikas
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. motionEstES

    0下载:
  2. block matching for motion estimation techniques using the full search
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1129
    • 提供者:gol
  1. MotionEstimationquickalgorithm

    0下载:
  2. 摘 要:基于块的运动估计是视频压缩国际标准中广泛采用的关键技术。在对目前运动估计快速块匹配算法研究的基础上,描述了运动估计 的原理;揭示 了在图像质量、搜索速度和压缩码率等方面提高算法效率时存在的3 类主要问题 :初始搜索点的选择、匹配准则和搜索策略 ; 分另 q 阐述了目前常用的解决这3 类问题的方法,并进行了比较和分析 ;提出了对运动估计算法的一些展望。-Abstract: The block-based motion estimation is a video compress
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:181972
    • 提供者:zjl
  1. quansusousuosuanfa

    0下载:
  2. 函数的作用是执行1/4像素精度的运动估计 f1是参考帧,f2是匹配帧 函数首先对初始图像进行分辨率提高4倍的双三次插值 再进行基于块匹配的全搜索运动估计-Full search block matching based motion estimation
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:806
    • 提供者:水中天
  1. block-based-motion

    0下载:
  2. 块匹配的进展,研究的不同方面,对初学者可解运动估计中的块匹配的发展。-Block matching progress, study the different aspects, for beginners to understand the block-matching motion estimation in the development.
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:462784
    • 提供者:殷梦妮
  1. block-matching-motion-estimation

    0下载:
  2. 块运动估计搜索算法 包含十字搜索 菱形法 钻石法 等等 matlab-search algorithm for fast block-matching motion estimation
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18463168
    • 提供者:郑冠雄
« 12 3 4 5 »
搜珍网 www.dssz.com